crypto/tls.halfConn.err (field)

8 uses

	crypto/tls (current package)
		conn.go#L172: 	err     error  // first permanent error
		conn.go#L198: 		hc.err = &permanentError{err: e}
		conn.go#L200: 		hc.err = err
		conn.go#L202: 	return hc.err
		conn.go#L611: 	if c.in.err != nil {
		conn.go#L612: 		return c.in.err
		conn.go#L1223: 	if err := c.out.err; err != nil {
		conn.go#L1601: 			if !errors.As(c.out.err, &a) {